home *** CD-ROM | disk | FTP | other *** search
/ Space Shuttle - The First 100 Flights / Space Shuttle - The First 100 Flights.iso / trivia.dir / 00011_Script_11 < prev    next >
Text File  |  2000-11-09  |  272b  |  10 lines

  1. on enterFrame me
  2.   repeat with n = 24 to 31
  3.     set the puppet of sprite n to true
  4.     set the blend of sprite n to 0
  5.     set the visible of sprite n to true
  6.   end repeat
  7.   set the puppet of sprite 20 to true
  8.   set the puppet of sprite 21 to true
  9.   startTimer
  10. end